The Source Control Integration API > Enablers > SCS_AfterGet()

 

SCS_AfterGet()

Description

Dreamweaver calls this function after getting or checking out one or more files. This enables your DLL to perform any operation after a batch get or checkout, such as putting up a summary dialog box.

Arguments

*connectionData

*connectionData is a pointer to the connection data.

Returns

A Boolean true if successful, false if unsuccessful.

Example

See example in SCS_BeforeGet().